home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / Paint.NET 2.5 / PaintDotNet_2_5.exe / PaintDotNet.msi / _FA902F849AD4C589B007A8CC3D220824 < prev    next >
Text File  |  2005-11-23  |  9KB  |  223 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Image Menu</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <img border="0" src="../images/logo.png" width="229" height="73" align="left"><p><b><br>
  17.      </b></p>
  18. </div>
  19. <div id="leftnav">
  20.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  21.         <li><a href="index.html">Overview</a><br>
  22.         </li>
  23.         <li><a href="Features.html">Features</a><br>
  24.         </li>
  25.     </ul>
  26.     <h3>User Interface</h3>
  27.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  28.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  29.         <li><a href="MainWindow.html">Main Window</a></li>
  30.         <li><a href="MenuBar.html">Menu Bar</a>
  31.         <ul class="toc">
  32.             <li><a href="File.html">File</a></li>
  33.             <li><a href="Edit.html">Edit</a></li>
  34.             <li><a href="View.html">View</a></li>
  35.             <li><a href="Image.html">Image</a></li>
  36.             <li><a href="Layers.html">Layers</a>
  37.             <ul class="toc">
  38.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  39.                 <li><a href="Adjustments.html">Adjustments</a>
  40.                 <ul class="toc">
  41.                     <li><a href="Levels.html">Levels</a></li>
  42.                 </ul></li>
  43.             </ul></li>
  44.             <li><a href="Effects.html">Effects</a></li>
  45.             <li><a href="Tools.html">Tools</a></li>
  46.             <li><a href="Window.html">Window</a></li>
  47.             <li><a href="Help.html">Help</a></li>
  48.             <li><a href="Toolbar.html">Toolbar</a></li>
  49.         </ul>
  50.         </li>
  51.         <li><a href="ToolsWindow.html">Tools Window</a><ul class="toc">
  52.             <li><a href="SelectionTools.html">Selection Tools</a></li>
  53.             <li><a href="MoveTools.html">Move Tools</a><br>
  54.             <a href="MagicWand.html">Magic Wand</a><br>
  55.             <a href="Paintbrush.html">Paintbrush</a></li>
  56.             <li><a href="EraserTool.html">Eraser Tool</a></li>
  57.             <li><a href="PixelTools.html">Pixel Tools</a></li>
  58.             <li><a href="ShapeTools.html">Shape Tools</a></li>
  59.             <li><a href="LineCurve.html">Line / Curve Tool</a></li>
  60.             <li><a href="TextTool.html">Text Tool</a></li>
  61.             <li><a href="PaintBucket.html">Paint Bucket</a></li>
  62.             <li><a href="CloneStamp.html">Clone Stamp</a></li>
  63.             <li><a href="RecolorTool.html">Recolor Tool</a></li>
  64.         </ul>
  65.         </li>
  66.         <li><a href="HistoryWindow.html">History Window</a></li>
  67.         <li><a href="LayersWindow.html">Layers Window</a></li>
  68.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  69.         <li><a href="StatusBar.html">Status Bar</a></li>
  70.     </ul>
  71.     </li>
  72.     <h3>Other</h3>
  73.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  74.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  75.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  76.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  77.         <li><a href="WebLinks.html">Web Links</a></li>
  78.         <li><a href="License.html">License</a></li>
  79.     </ul>
  80. </div>
  81. <div id="content">
  82.     <!-- #BeginEditable "content" -->
  83. <h2>Image Menu</h2>
  84. <p>    This menu contains commands that affect all layers of the current image. 
  85.     This contrasts to the commands in the <a href="Layers.html">Layers menu</a>, which only affect the 
  86.     currently active layer.</p>
  87.     <blockquote>
  88.         <img border="0" src="Images/ImageMenu.png"><p> </p></blockquote>
  89.     <ul>
  90.         <li>
  91.         <h3><a name="CropToSelection"></a>Crop to Selection
  92.         </h3><p>This menu item is only available if a selection is active. 
  93.         Clicking on this menu item will cause the image to be replaced with only 
  94.         the area that was selected. If the selection is not a rectangle or 
  95.         square, then the bounding rectangle around the selection will be used. 
  96.         However, the pixels that were not in the selection will be made 
  97.         transparent.</p>
  98.         
  99.         <p>Original image:</p>
  100.         <img border="1" src="../images/bmw.jpg">
  101.         
  102.         <p>Here we have selected the area we want to crop:</p>
  103.         <img border="1" src="../images/bmw_selected.jpg">
  104.         
  105.         <p>Here is the new image after having clicked on the Crop to Selection 
  106.         menu item. Note that the bounding rectangle of the selection outline was 
  107.         used to determine the new image's size, but that any pixel that was 
  108.         outside of the selection was made transparent. Also, keep in mind that 
  109.         the checkerboard pattern is used to indicate areas of the image that are 
  110.         transparent. It is not actually part of the image.</p>
  111.         <img border="1" src="../images/bmw_irregular_cropped.jpg">
  112.         
  113.         </li>
  114.         <li>
  115.         <h3><a name="Resize"></a>Resize
  116.         </h3><p>This command lets you change the size of the image. In so doing, 
  117.         the image is either stretched or shrunken to the size you specify. You 
  118.         may specify a relative percentage to resize the image by, or you specify 
  119.         the absolute pixel or print size that you desire. If the "Maintain 
  120.         aspect ratio" option is checked, then typing a new Width value will 
  121.         maintain a proportional Height value, and vice versa.</p>
  122.         
  123.         <p>If you choose to modify the print size of an image, the pixel size 
  124.         will be based on the resolution, which defaults to 96 pixels per inch, 
  125.         which is the same as 37.8 pixels per centimeter. For example, if you 
  126.         specify the image to be 1 inch wide, and the resolution is 96 
  127.         pixels/inch, then the image will be resized to be 96 pixels wide.</p>
  128.         
  129.         <p>You can use this dialog to affect the print size of an image by 
  130.         adjusting just the resolution. Note that if you only modify the 
  131.         resolution of the image, the pixel size will remain the same and no 
  132.         resampling is performed. </p>
  133.         
  134.         <p>There are multiple types of resampling that you may choose. 
  135.         "Resampling" is the process of computing what the new pixels should be 
  136.         based on what the old pixels are. Some algorithms produce better looking 
  137.         results, but take longer to complete. It is recommended that you use the 
  138.         default option, "Best Quality," unless you have a specific need for and 
  139.         understanding of the other choices (Bilinear, Bicubic, and Nearest 
  140.         Neighbor). Best Quality will automatically choose either Bicubic or 
  141.         Super Sampling depending on the new size that you specify.</p>
  142.         <h3></h3><img border="0" src="Images/ResizeDialog.png">
  143.         
  144.         <p>Original image:</p>
  145.         <img border="1" src="../images/bmw.jpg">
  146.         
  147.         <p>After being enlarged, using the Resize command:</p>
  148.         <img border="1" src="../images/bmw_after_enlarge.jpg">
  149.         
  150.         <p>After being shrunken, using the Resize command:</p>
  151.         <img border="1" src="../images/bmw_after_shrink.jpg">
  152.         </li>
  153.         <li>
  154.         <h3><a name="CanvasSize"></a>Canvas Size
  155.         </h3><p>This command lets you enlarge or shrink the image canvas without 
  156.         changing the size of the image itself. It works similarly to the Resize 
  157.         dialog, but adds an Anchor selection. </p>
  158.         <h3>
  159.         </h3>
  160.         <img border="0" src="Images/CanvasSize.png" width="304" height="420">
  161.         
  162.         <p>Original image:</p>
  163.         <img border="1" src="../images/bmw.jpg">
  164.         
  165.         <p>After enlarging the canvas and using the center anchor point:</p>
  166.         <img border="1" src="../images/bmw_after_canvas_size.jpg">
  167.         
  168.         <p>After shrinking the canvas and using the center anchor point:</p>
  169.         <img border="1" src="../images/bmw_after_canvas_shrink.jpg">
  170.         </li>
  171.         <li>
  172.         <h3><a name="Flip"></a>Flip
  173.         </h3><p>This submenu allows you to flip the image horizontally or 
  174.         vertically.</p><h3>
  175.         
  176.         </h3><p>Original image:</p><h3>
  177.         <img border="1" src="../images/bmw.jpg">
  178.         
  179.         </h3><p>After being flipped horizontally:</p><h3>
  180.         <img border="1" src="../images/bmw_after_horiz_flip.jpg">
  181.         </h3></li>
  182.         <li>
  183.         <h3><a name="Rotate"></a>Rotate
  184.         </h3><p>This submenu gives you several commands for rotating the image 
  185.         by 90, 180, or 270 degrees in either the clockwise or counter-clockwise 
  186.         directions.</p><h3>
  187.         
  188.         </h3><p>Original image:</p><h3>
  189.         <img border="1" src="../images/bmw.jpg">
  190.         
  191.         </h3><p>After being rotated 90 degrees clockwise:</p>
  192.         <img border="1" src="../images/bmw_after_90_cw_rotate.jpg"><h3>
  193.         
  194.         </h3></li>
  195.         <li>
  196.         <h3><a name="Flatten"></a>Flatten
  197.         </h3><p>This takes the multiple layers of an image and combines them 
  198.         into one layer. It is only available if the image has more than one 
  199.         layer.</p></li>
  200.     </ul>
  201.  
  202.  
  203.     </blockquote>
  204.  
  205.  
  206.     <!-- #EndEditable -->
  207.     <h4><br>
  208.     <br>
  209.     </h4>
  210.     <p align="center">
  211.     <font color="#808080" size="1">Copyright <font face="Times New Roman">⌐ 2005 </font>Rick Brewster, Chris Crosetto, Tom 
  212.     Jackson, Michael Kelsey, Brandon Ortiz, Craig Taylor, Chris Trevino, and Luke Walker. Portions Copyright
  213.     <font face="Times New Roman">⌐ 2005 </font>Microsoft Corporation. All Rights Reserved.</font><font size="1"> <br>
  214.     </font>
  215. </div>
  216. </b>
  217.  
  218. </body>
  219.  
  220. <!-- #EndTemplate -->
  221.  
  222. </html>
  223.